home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / Local-1.js < prev    next >
Text File  |  1998-10-20  |  1KB  |  53 lines

  1. /* ==================================================================
  2.  
  3. FILE:   Local-1.js
  4.  
  5. DESCR:  "String table" for Netscape Help implementation.
  6.  
  7. NOTES:  
  8.  
  9. ================================================================== */
  10.  
  11.  
  12.  
  13. // Error messages.
  14.  
  15. var DEFAULT_MESSAGE_CAPTION = "NetHelp"
  16.  
  17. var OK_BTN_LABEL            = "OK"
  18.  
  19. var WRONG_NAV_VER_ERR_MSG   = "You cannot use this version of Netscape Navigator with NetHelp."
  20.  
  21. var NO_JAVA_ERR_MSG         = "Java must be enabled to use NetHelp. You can enable Java by selecting Edit | Preferences | Advanced."
  22.  
  23. var BAD_HREF_ERR_MSG        = "Help topics can only link to 'nethelp:' URLs. The offending href is:"
  24.  
  25.  
  26.  
  27. // Assertions.
  28.  
  29. var SYS_CONSTRUCT   = "System object not constructed."
  30.  
  31. var CNT_CONSTRUCT   = "Contents object not constructed."
  32.  
  33. var TOOLUI          = "Tool button bar not defined."
  34.  
  35. var TOOLNAME        = "Bad tool name."
  36.  
  37. var BACK_STACK      = "Back stack underflow."
  38.  
  39. var FORWARD_STACK   = "Forward stack underflow."
  40.  
  41. var SUBSYS_VALUE    = "Bad newSubsystem value: "
  42.  
  43. var URL_VALUE       = "Bad URL value: "
  44.  
  45. var TOPIC_CONSTRUCT = "Help topic object not constructed."
  46.  
  47. var NAV_BAR         = "Navigation button bar not defined."
  48.  
  49. var TOPIC_URL_VALUE = "Bad helpTopic URL value: "
  50.  
  51. var FRAG_SPEC       = "URL has no fragment specifier."
  52.  
  53. var TOPIC_FILENAME  = "Topic file does not contain .htm."